home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / demos / az / cyberx.dxr / 00194.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  380 b   |  14 lines

  1. on BuscaLink
  2.   set Maxi to the number of castMembers
  3.   repeat with i = 1 to Maxi
  4.     if the castType of cast i = #bitmap then
  5.       if the fileName of cast i <> EMPTY then
  6.         put i & "   " & the fileName of cast i
  7.       end if
  8.       if the depth of cast i > 8 then
  9.         put "!!!!!!!! 16 bits : " & i & " " & the fileName of cast i
  10.       end if
  11.     end if
  12.   end repeat
  13. end
  14.